home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 43
/
Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso
/
-serious-
/
programming
/
c
/
memlib
/
developer
/
source
/
testmemlib.h
< prev
Wrap
C/C++ Source or Header
|
1999-06-14
|
259b
|
12 lines
#include <exec/memory.h>
#include <proto/exec.h>
#include <ctype.h>
#define VBCC=1
#define MWDEBUG=1 /* To enable memlib, you must #define MWDEBUG to 1 */
#include "memwatch.h"
#include "stringlib.h" /* ADOSLIB und STRINGLIB müssen gelinkt werden */